home *** CD-ROM | disk | FTP | other *** search
/ Sears Catalog 2006 Spring/Summer (French Canadian) / SearsCanada-AutomneEte2006-FrenchVersion-WinMac.bin / fr / book.swf / scripts / DefineButton2_98 / BUTTONCONDACTION on(press).as
Text File  |  2005-12-01  |  208b  |  9 lines

  1. on(press){
  2.    lgX = 0;
  3.    lgY = 0;
  4.    this.lgScroll.scale = 50;
  5.    this.lgScroll.lgLoad._xScale = this.lgScroll.scale;
  6.    this.lgScroll.lgLoad._yScale = this.lgScroll.scale;
  7.    gotoAndStop("lrg1");
  8. }
  9.